Skip to content

clamav sigs - #3205

Merged
doomedraven merged 2 commits into
masterfrom
clamav2
Sep 8, 2026
Merged

clamav sigs#3205
doomedraven merged 2 commits into
masterfrom
clamav2

Conversation

@doomedraven

Copy link
Copy Markdown
Collaborator

No description provided.

@CyberAbwehr

Copy link
Copy Markdown
cat >> /etc/clamav-unofficial-sigs/user.conf << EOF
# CAPEv2 custom additions
user_configuration_complete="yes"
additional_dbs=(
  "https://raw.githubusercontent.com/wmetcalf/clam-punch/master/miscreantpunch099.ldb"
  "https://raw.githubusercontent.com/wmetcalf/clam-punch/master/exexor99.ldb"
  "https://raw.githubusercontent.com/twinwave-security/twinclams/master/twinclams.ldb"
  "https://raw.githubusercontent.com/twinwave-security/twinclams/master/twinwave.ign2"
)
EOF

Following error:
-bash: /etc/clamav-unofficial-sigs/user.conf: Permission denied

Solution:

sudo tee -a /etc/clamav-unofficial-sigs/user.conf << EOF
# CAPEv2 custom additions
user_configuration_complete="yes"
additional_dbs=(
  "https://raw.githubusercontent.com/wmetcalf/clam-punch/master/miscreantpunch099.ldb"
  "https://raw.githubusercontent.com/wmetcalf/clam-punch/master/exexor99.ldb"
  "https://raw.githubusercontent.com/twinwave-security/twinclams/master/twinclams.ldb"
  "https://raw.githubusercontent.com/twinwave-security/twinclams/master/twinwave.ign2"
)
EOF
usermod -a -G ${USER} clamav

Following error:
usermod: Permission denied.
usermod: cannot lock /etc/passwd; try again later.

Solution:

sudo usermod -a -G ${USER} clamav

@doomedraven

Copy link
Copy Markdown
Collaborator Author

updated thank you

@doomedraven
doomedraven merged commit 769145d into master Sep 8, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants